home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_304_box.txt < prev    next >
Text File  |  1994-02-10  |  170b  |  7 lines

  1. // create a box that extends between the 2 specified points
  2. box
  3. {
  4.   <-1, -1, -1>  // one corner position <X1 Y1 Z1>
  5.   < 1,  1,  1>  // other corner position <X2 Y2 Z2>
  6. }
  7.